projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373df06
)
Don't include string.h.
author
Dave Love
<fx@gnu.org>
Tue, 21 Jan 2003 18:29:34 +0000
(18:29 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 21 Jan 2003 18:29:34 +0000
(18:29 +0000)
lib-src/ChangeLog
patch
|
blob
|
history
lib-src/yow.c
patch
|
blob
|
history
diff --git
a/lib-src/ChangeLog
b/lib-src/ChangeLog
index 46dc4e1f78b5119f5eefc300e75ca4711580c378..ff205607f1f138058568f136ce75ecb77ad13571 100644
(file)
--- a/
lib-src/ChangeLog
+++ b/
lib-src/ChangeLog
@@
-1,3
+1,10
@@
+2003-01-21 Dave Love <fx@gnu.org>
+
+ * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
+ column-0 `('.
+
+ * yow.c: Don't include string.h.
+
2003-01-20 Richard M. Stallman <rms@gnu.org>
* Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
diff --git
a/lib-src/yow.c
b/lib-src/yow.c
index c658b15e41f2a57c59e8be0cd3af17d079dcd877..92df285870adb7d1ffe3c0c50e8401dc4fcea312 100644
(file)
--- a/
lib-src/yow.c
+++ b/
lib-src/yow.c
@@
-16,9
+16,6
@@
#include <stdio.h>
#include <ctype.h>
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#include <time.h>